home *** CD-ROM | disk | FTP | other *** search
- stop();
- count = 1;
- _root.onEnterFrame = function()
- {
- count++;
- if(count >= 90)
- {
- xxxpre_mc._alpha -= 3;
- }
- if(xxxpre_mc._alpha < 0)
- {
- count = 0;
- _root.onEnterFrame = null;
- unloadMovie(xxxpre_mc);
- nextFrame();
- }
- };
-